# Active cooler control ***Copyright © Quectel Wireless Solutions Co., Ltd. 2026. All rights reserved.*** --- This chapter introduces how to use the active cooler, including installing and connecting the cooling fan, as well as using its functions, to help users complete the configuration quickly and correctly. # Quick start ## Install the fan module 1. Insert the cooling fan cable into the **FAN connector** on the single-board computer, ensuring the orientation is correct. 2. Align the mounting chips on both ends of the cooler with the reserved holes on the motherboard, then press down to secure them. As shown below: ```{image} images/image_Kxijb2Ko8oXINcxfPmZcftrtnDd.webp :width: 800px :height: 489px ``` ## Connect the power supply 1. Connect the **USB-A end** of the USB-A-to-USB-C power cable to the power adapter. 2. Connect the **USB-C end** to the **POWER IN port** on the single-board computer. As shown below: ```{image} images/image_DTLdbszU8oYocuxHeqDcC31onrU.webp :width: 684px :height: 471px ``` # Functional usage ## Fan speed settings 1. Set the root password and switch to the root user. - Enter the following command in the terminal to set the root password. ```plaintext sudo passwd ``` - Then, enter the following command to switch to the root user. ```plaintext sudo su ``` 2. Set fan speed: Enter the following command in the terminal to set the fan speed. ```plaintext echo value > /sys/class/leds/fanfan/brightness #value ranges from 0-512 ``` **Parameter description** - value = 0: Turns off the fan. - value > 0: The fan starts running; the higher the value, the faster the fan spins.